home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CICA Windows Explosion!
/
The CICA Windows Explosion! - Disc 1.iso
/
drivers
/
video
/
mgetiga.exe
/
INSTALL.BAT
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1991-05-29
|
299 b
|
15 lines
echo off
if %1null == null goto error
if %2null == null goto error
md %2:\tiga
copy %1\*.* %2\tiga
goto done
:error
echo
echo
echo
echo Usage: Install a: c:
echo where a: is the drive your installing from
echo and c: is the drive your installing to.
done: